(C) 1996 AROS - The Amiga Replacement OS


NAME
#include <proto/intuition.h>
void UnlockIBase()
SYNOPSIS
ULONG ibLock

LOCATION
In IntuitionBase at offset 70
FUNCTION
Release parts of Intuition which have been blocked with a prior call to LockIBase().

INPUTS
ibLock
The result of LockIBase().
RESULT
None.

NOTES
EXAMPLE
BUGS
SEE ALSO
LockIBase()
INTERNALS
HISTORY
27.03.1997 digulla
Updated comments

Renamed SigSem into IBaseLock

Added semaphore for ClassList. This semaphore is always requested when the ClassList is accessed.

27.01.1997 ldp
Polish
10.12.1996 aros
Moved #include into first column to allow makedepend to see it.
24.10.1996 aros
Use the official AROS macros over the __AROS versions.
15.10.1996 digulla
Two new functions: LockIBase() and UnlockIBase() Modified code to make sure that it is impossible to access illegal data (ie. fields of a window which is currently beeing closed).